home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 11 / macformat_11.iso / Shareware Educativo / Circuits / Electronic Parts / background_2723.txt < prev    next >
Text File  |  1988-04-24  |  3KB  |  134 lines

  1. -- background: 2723 from stack: in
  2. -- bmap block id: 3075
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=98 top=29 right=52 bottom=506
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 128
  16. -- text size: 12
  17. -- style flags: 256
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0004
  25. -- rect: left=6 top=302 right=336 bottom=45
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 20098 / 20098
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Home
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   go "Home"
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=157 top=300 right=329 bottom=195
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 21449 / 21449
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: First
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   go to first card
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=209 top=300 right=329 bottom=246
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 902 / 902
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Prev
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   go to previous card
  76. end mouseUp
  77.  
  78.  
  79. -- part 5 (button)
  80. -- low flags: 00
  81. -- high flags: 0000
  82. -- rect: left=262 top=300 right=329 bottom=298
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 26425 / 26425
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Next
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   go to next card
  94. end mouseUp
  95.  
  96.  
  97. -- part 6 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=311 top=299 right=328 bottom=348
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 24830 / 24830
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Last
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   go to last card
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 7 (button)
  117. -- low flags: 00
  118. -- high flags: 0000
  119. -- rect: left=471 top=301 right=330 bottom=507
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 29114 / 29114
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Return
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   visual effect iris close
  131.   pop card
  132. end mouseUp
  133.  
  134.